home *** CD-ROM | disk | FTP | other *** search
/ How To Lose A Guy In 10 Days Press Kit / How to Lose a Guy in 10 Days Press Kit.iso / pc / Program.dxr / Internal_25_HelpReturn Save.ls < prev    next >
Encoding:
Text File  |  2003-01-17  |  143 b   |  14 lines

  1. on enterFrame
  2.   cursor(254)
  3. end
  4.  
  5. on mouseDown
  6.   go("Save")
  7.   cursor(0)
  8.   sound(3).play(member("click2"))
  9. end
  10.  
  11. on exitFrame
  12.   go(the frame)
  13. end
  14.